/**
* Widget: Brighter Life Widget
*
* Show some news items from Brighter Life [dot] CA
*
* @section	widget-holidays
*/
@media screen {
	.widget.brighter-life {
		_margin-left: 0px;
		overflow: hidden;
		position: relative;
		width: 213px;
		padding-left: 8px;
	}
	.brighter-life .content {
		border-bottom: solid 3px;
		margin: 0;
		padding: 4px 6px;
		position: relative;
	}
	.brighter-life h3,.brighter-life h3 span {
		background-image: none;
		padding: 0;
	}
	.brighter-life h3 img {
		display: block;
		margin-right: 0;
	}
	.brighter-life h4 {
		color: #333;
		font-size: 130% !important;
		margin: 8px 0 30px 10px;
	}
	.widget.brighter-life .links {
		list-style-type: none;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 12px;
	}
	.widget.brighter-life .links a {
		color: #00467E;
	}
	.widget.brighter-life .links li {
		margin: 0 0 12px 0;
		padding: 0;
		background: none;
	}
	.widget.brighter-life .content {
		border-bottom: none;
	}
	.widget.brighter-life .bl-footer {
		background:
			
		text-align: center;
	        padding-bottom: 10px;
	        border-width: 1px 3px 3px;
	        border-style: solid;
	        border-color: rgb(219, 173, 36);
	}
	.widget.brighter-life .bl-footer p {
		margin: 0;
		padding: 5px;
		font-weight: bold;
		font-size: 12px;
	}
	.widget.yellow .content,.widget.yellow .header,.widget.yellow .footer {
		border-color: #DBAD24;
	}
}